home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 273_01 / flushkey.cc < prev    next >
Encoding:
Text File  |  1987-09-22  |  100 b   |  6 lines

  1. flush_key()
  2. /* This will flush the keyboard buffer */
  3. {
  4.     while(bioskey(1) != 0) bioskey(0);
  5. }
  6.